| CreateObject: Web Service Object | |
| Description | |
| This function can create a web service object. | |
| Returns | |
| A web service object. | |
| Function syntax | |
CreateObject(type, urltowsdl) |
|
| Usage | |
| You can use the CreateObject function to create a web service. | |
Examplenewobject2 = CreateObject("webservice","wsdlurl")
|
|
| type | |
Type of object to create.
|
|
| URLTOWSDL | |
| WSDL file URL; location of web service | |